The executable is called autotestkeywords, so we shouldn't try to run
an executable named keywords. Also rename the metadata file to match.
Signed-off-by: Simon McVittie <smcv@debian.org>
if get_option('install-tests')
conf = configuration_data()
conf.set('testexecdir', testexecdir)
- conf.set('test', 'keywords')
+ conf.set('test', 'autotestkeywords')
configure_file(input: 'gtk.test.in',
- output: 'keywords.test',
+ output: 'autotestkeywords.test',
configuration: conf,
install_dir: testdatadir)
endif